home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8022 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.ais.net!usenet
  2. From: Steve Snively <snively9@starnetinc.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: DPMI mode Hangs it?
  5. Date: Sun, 18 Feb 1996 00:18:05 -0800
  6. Organization: American Information Systems, Inc.
  7. Message-ID: <3126E0BD.9A@starnetinc.com>
  8. NNTP-Posting-Host: lv008-136.starnetinc.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Win16; I)
  13.  
  14. I recently started a project in which I needed to access Extended 
  15. Memory, and so I found some ASM to access the functions of HIMEM.SYS.  
  16. Well, heres my problem, when working in the design window (Borland Turbo 
  17. C++) and i go to run, the program hangs.  But if I run the same EXE I 
  18. just compiled right from DOS it works fine.  I believe that TC runs in 
  19. DPMI, ie: protected mode, and this may be the source of my problems.  
  20.     Does anyone know a way of running the Borland Turbo C++ design 
  21. environment in real mode, via a switch or something, without reverting to 
  22. command line stuff? 
  23.     Perhaps a different version supports this?
  24.  
  25. Thanks for any assistance you could provide.   Steve.
  26. Snively9@starnetinc.com
  27.